Add the public API of Compat to the core
authorPhilip Kaludercic <philipk@posteo.net>
Wed, 13 Sep 2023 10:26:22 +0000 (12:26 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sun, 11 Feb 2024 21:50:29 +0000 (22:50 +0100)
commitdb195116a4279521e9cf03c52b7026032461e3e1
tree4e848bfed9031b2395679b431e162195a400f862
parentc0f656617d6848b94413b79b390788565d338fcd
Add the public API of Compat to the core

* lisp/emacs-lisp/compat.el: Add stub file with minimal definitions,
so that core packages, that haven't been installed from ELPA, can make
use of the public API and use more recent function signatures.
* lisp/progmodes/python.el (compat): Remove 'noerror flag, because
Compat can now be required without the real package being available.
* doc/lispref/package.texi (Forwards-Compatibility): Mention Compat
and link to the manual.
* etc/NEWS: Document change.  (Bug#66554)
doc/lispref/package.texi
etc/NEWS
lisp/emacs-lisp/compat.el [new file with mode: 0644]
lisp/progmodes/python.el